home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / charybda / software / LaunchIt.csh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1997-07-26  |  597b  |  14 lines

  1. #!/bin/csh -f
  2.  
  3. if ( -x $TMPFILEDIR/charybda/diver ) then
  4.         xwsh -bg royalblue -fg white \
  5.                 -geom 80x30+100+100 -cursorfg violetred1 \
  6.                 -cursorbg violetred1 -title "Launching Charydba Diver demo ..." \
  7.                 -e /bin/csh -c "$HOTMIXDIR/html/vendors/charybda/software/launch.csh"
  8. else
  9.         xwsh -bg royalblue -fg white \
  10.                 -geom 80x30+100+100 -cursorfg violetred1 \
  11.                 -cursorbg violetred1 -title "Charybda Diver demo not found" \
  12.                 -e /bin/csh -c "$HOTMIXDIR/html/vendors/charybda/software/install.csh"
  13. endif
  14.